home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 January / Macworld (2000-01).dmg / Updaters / DirXtra HTML204 / xtradoc.dir / 00007_Script_7 < prev    next >
Text File  |  1999-02-22  |  340b  |  13 lines

  1. on mouseUp
  2.   global metalist
  3.   set ml = the mouseline
  4.   set metacount = count (metalist)
  5.   if ml < metacount and ml > 0 then -- last item in metalist is the actualy displayed file
  6.     puppetsound "time"
  7.     updatestage
  8.     set str = getat( getat(metalist,ml),2)
  9.     htmldolinkabs "html", str
  10.     htmlgetmeta "html"
  11.   end if
  12. end
  13.